home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
debug
/
memmon.dir
/
00056_Script_56
< prev
next >
Wrap
Text File
|
1995-02-15
|
342b
|
19 lines
on enterFrame
repeat with temp = 13 to 17
puppetsprite temp, 0
puppetsprite temp, 1
end repeat
-- puppetSprite 29, 0
-- puppetSprite 30, 0
repeat with temp = 35 to 40
puppetsprite temp, 1
puppetsprite temp, 1
end repeat
updatestage
handlebuttons
UpdateMeters
end
on exitFrame
DoMe
end